Missing file from previous changeset.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 28 Dec 2005 14:07:16 +0000 (15:07 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 28 Dec 2005 14:07:16 +0000 (15:07 +0100)
linux-2.6-xen-sparse/drivers/xen/netback/common.h

index c2789562795da5ab8c1c6eeaa9ea9d1e5c572287..6fa0d226bb5c759640aaa1cde6192ccc92138bce 100644 (file)
@@ -82,7 +82,7 @@ typedef struct netif_st {
 #define NET_RX_RING_SIZE __RING_SIZE((netif_rx_sring_t *)0, PAGE_SIZE)
 
 void netif_creditlimit(netif_t *netif);
-int  netif_disconnect(netif_t *netif);
+void netif_disconnect(netif_t *netif);
 
 netif_t *alloc_netif(domid_t domid, unsigned int handle, u8 be_mac[ETH_ALEN]);
 void free_netif(netif_t *netif);